hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
Scene
hip
view
scene
Undocumented in source.
version(Test)
class
Scene : AScene {
this
();
void
initialize
();
void
pushLayer
(Layer l);
void
update
(float dt);
void
render
();
void
dispose
();
void
onResize
(uint width, uint height);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void
initialize
()
Undocumented in source. Be warned that the author may not have intended to support it.
onResize
void
onResize
(uint width, uint height)
Managed by the event dispatcher
pushLayer
void
pushLayer
(Layer l)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void
render
()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void
update
(float dt)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hip
view
scene
classes
Scene